-
Couldn't load subscription status.
- Fork 30
feat: add a script to check VSA #858
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
e22889d to
3335a6f
Compare
Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
3335a6f to
e9b4e7a
Compare
docs/source/pages/tutorials/use_verification_summary_attestation.rst
Outdated
Show resolved
Hide resolved
docs/source/pages/tutorials/use_verification_summary_attestation.rst
Outdated
Show resolved
Hide resolved
docs/source/pages/tutorials/use_verification_summary_attestation.rst
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes. I have added some comments/ change requests.
Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
docs/source/pages/tutorials/use_verification_summary_attestation.rst
Outdated
Show resolved
Hide resolved
docs/source/pages/tutorials/use_verification_summary_attestation.rst
Outdated
Show resolved
Hide resolved
Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
This PR adds the check_vsa.sh script, which takes an artifact, VSA, and the package URL as the artifact identifier and reports whether the verification result has been successful. This PR also adds a tutorial for the VSAs published for the Graal Development Kit (GDK) artifacts. The integration test checks micronaut-core@4.5.3 with a manually generated VSA as well as micronaut-core@4.6.5 whose VSA is published on Oracle Maven. Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
This PR adds the
check_vsa.shscript, which takes an artifact, VSA, and the package URL as the artifact identifier and reports whether the verification result has been successful.This PR also adds a tutorial for the VSAs published for the Graal Development Kit (GDK) artifacts. The Oracle Maven URLs are not accessible yet and will be working once GDK is released.
The integration test checks
micronaut-core@4.5.3with a manually generated VSA as well asmicronaut-core@4.6.5whose VSA is published on Oracle Maven.